home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oh!X 2000 Spring
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin
/
DXF
/
samples
/
multimedia
/
dsound
/
src
/
voicemanagement
/
readme.txt
< prev
next >
Wrap
Text File
|
1999-07-25
|
1KB
|
33 lines
//-----------------------------------------------------------------------------
//
// Sample Name: VoiceManagement Sample
//
// Copyright (c) 1999 Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
Description
===========
VoiceManagement illustrates how to play a wave file using the voice allocation
and voice management flags when a DirectSound buffer is played.
Path
====
Source: Mssdk\Samples\Multimedia\DSound\Src\VoiceManagement
Executable: Mssdk\Samples\Multimedia\DSound\Bin
User's Guide
============
Load sounds and check the flags for desired effect. Note the "Expect Behavior"
field automatically changes as the options change. Click on 'Play' to hear
the sound with the desired flags.
Programming Notes
=================
The buffer must be created using DSBCAPS_LOCDEFER otherwise DirectSound will
not be able to dynamically place the buffer in either hardware or software
at runtime.